home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1995 #2 / Amiga Plus CD - 1995 - No. 2.iso / internet / faq / englisch / acedb-genomedatabasesoftware < prev    next >
Encoding:
Text File  |  1995-04-11  |  41.7 KB  |  1,002 lines

  1. Archive-name: acedb-faq
  2. Last-modified: 3/7/95
  3. Version: 1.19
  4.  
  5.  
  6.  
  7.  
  8. Common Questions, with Answers, about ACEDB
  9. *******************************************
  10.  
  11.  o Q0: What is ACEDB? 
  12.  o +++++++++++++++++++
  13.  o !Q1: What is the current version of ACEDB? 
  14.  o +++++++++++++++++++++++++++++++++++++++++++
  15.  o Q2: What hardware/software do I need to run ACEDB? 
  16.  o +++++++++++++++++++++++++++++++++++++++++++++++++++
  17.  o Q3: Where can I get ACEDB? 
  18.  o +++++++++++++++++++++++++++
  19.  o Q4: What ACEDB databases exist? 
  20.  o ++++++++++++++++++++++++++++++++
  21.  o Q5: What written documentation exists for ACEDB? 
  22.  o +++++++++++++++++++++++++++++++++++++++++++++++++
  23.  o Q6: Where can I find further information about ACEDB? 
  24.  o ++++++++++++++++++++++++++++++++++++++++++++++++++++++
  25.  o Q7: How should ACEDB be cited? 
  26.  o +++++++++++++++++++++++++++++++
  27.  o Q8: Is ACEDB object-oriented? 
  28.  o ++++++++++++++++++++++++++++++
  29.  o Q9: What's all this about Gopher, WAIS, FTP, WWW, URL, ... 
  30.  o +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  31.  o Q10: How can I get on/off the ACEDB announcements mailing list? 
  32.  o ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  33.  o Q11: When and where is the next ACEDB Workshop? 
  34.  o ++++++++++++++++++++++++++++++++++++++++++++++++
  35.  o Q411: Who prepared this document & where is the current version? 
  36.  o +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  37.  
  38. Questions marked with '+' are new, those with '!' have substantially changed
  39. answers. 
  40.  
  41.  
  42. Q0: What is ACEDB?
  43. ==================
  44.  
  45. A0: ACEDB is an acronym for A Caenorhabditis elegans Database. It can refer to a
  46. database and data concerning the nematode C. elegans, or to the database
  47. software alone. This document is concerned primarily with the latter meaning.
  48. ACEDB is being adapted by many groups to organize molecular biology data about
  49. the genomes of diverse species [Q4 gives contact information]. 
  50.  
  51. ACEDB allows for automatic cross-referencing of items during loading and allows
  52. for hypertextual navigation of the links using a graphical user interface and
  53. mouse. Certain special purpose graphical displays have been integrated into the
  54. software. These reflect the needs of molecular biologists in constructing
  55. genetic and physical maps of genomes. 
  56.  
  57. ACEDB was written and developed by Richard Durbin (MRC LMB Cambridge, England)
  58. and Jean Thierry-Mieg (CNRS, Montpellier, France), beginning circa 1990. It is
  59. written in the C programming language and uses the X11 windowing system to
  60. provide a platform independent graphical user interface. The source code is
  61. publicly available [See Q3]. Durbin & Thierry-Mieg continue to develop the
  62. system, with contributions from other groups including Lawrence Berkeley
  63. Laboratory and the Integrated Genomic Database (IGD) project headed by Otto
  64. Ritter. 
  65.  
  66. A description by Durbin & Thierry-Mieg: ACEDB does not use an underlying
  67. relational database schema, but a system we wrote ourselves in which data are
  68. stored in objects that belong in classes. This is nevertheless a general
  69. database management system using caches, session control, and a powerful query
  70. language. Typical objects are clones, genes, alleles, papers, sequences, etc.
  71. Each object is stored as a tree, following a hierarchical structure for the
  72. class (called the "model"). Maps are derived from data stored in tree objects,
  73. but precomputed and stored as tables for efficiency. The system of models allows
  74. flexibility and efficiency of storage -missing data are not stored. A major
  75. advantage is that the models can be extended and refined without invalidating an
  76. existing database. Comments can be added to any node of an object. 
  77.  
  78. Return to List of Questions
  79.  
  80.  
  81. Q1: What is the current version of ACEDB?
  82. =========================================
  83.  
  84. A1: (This answer refers to the software not the C. elegans data.) 
  85. Most production sites are using 3.0 (or 2.0) binaries. The most recent beta
  86. source code distribution (1/95) is test.source.3.6a.tar.gz. 
  87.  
  88. A Macintosh version is available as version 2.0b4. 
  89.  
  90. To retrieve the software see Q3. 
  91. To be kept informed of new releases see Q10. 
  92.  
  93. Return to List of Questions
  94.  
  95.  
  96. Q2: What hardware/software do I need to run ACEDB?
  97. ==================================================
  98.  
  99. A2: The software is available as source code, so you may be able to get it
  100. working on any machine, with effort. It is also available in binary
  101. (pre-compiled) format for a variety of machines. To retrieve the software see Q3.
  102.  
  103.  o Unix and X11: 
  104.     o Sun/SunOS 4.x 
  105.     o Sun/Solaris 
  106.     o DEC DECstation3100, 5100 etc. 
  107.     o DEC Alpha/OSF-1 
  108.     o Silicon Graphics Iris series 
  109.     o PC 386/486 with Linux (free Unix) [note from Jeff Bryer,
  110.       jbryer@darwin.mbb.sfu.ca] I just installed up Linux yesterday and today
  111.       spent the many hours to compile in the C. elegans data for ACEDB v2.0 So
  112.       to save other people the trouble of doing the same the entire package
  113.       ACEDB for Linux 2-10 is available on trog.mbb.sfu.ca in /pub/acedb as
  114.       linux.2_10.tar.Z 
  115.       The data was compiled in on a 486DX-33 with 16MBs of RAM running Linux
  116.       1.1.18 (Slackware 2.0.0 distribution) and a 32MB swap device (and it
  117.       chugged away for a couple hours chewing up all 16MBs and half the swap
  118.       space). File size is about 73MBs uncompressed, 26MBs compressed. 
  119.       This is based on the ACEDB v2.0 port for Linux that Ken Clark
  120.       (ken@darwin.mbb.sfu.ca) did. 
  121.     o There exist, or have existed, ports onto Alliant, Hewlett- Packard, IBM
  122.       R6000, Convex. You may have to contact the developer responsible for the
  123.       port to make these real. 
  124.     o NeXT: contact Patrick Phillips at University of Texas, NeXTmail:
  125.       patrick@wbar.uta.edu email: phil@decster.uta.edu 
  126.  o MSDOS/Windows/NT: 
  127.     o A port to NT is rumored to be in the works. 
  128.  o Macintosh: 
  129.     o [Contributed by Frank Eeckman] Macace is distributed as a self-extracting
  130.       archive that contains the application, the wspec files, and a fully up to
  131.       date database. macace 3.0 is available with an updated 21bdb database.
  132.       Please send all questions/bug reports to eeckman@llnl.gov A native powerPC
  133.       version is available as well. Macace needs a macintosh with > 16 MBytes of
  134.       RAM, and a decent color monitor is preferred. System 7 or greater is
  135.       required. For the multimedia extensions Quicktime 1.0 is required. Please
  136.       add your name to our mailing list by sending email to eeckman@llnl.gov. It
  137.       is our belief that for cost savings a powerPC mac will beat the advertised
  138.       linux-intel combination. Macace is fully compatible with xace, but
  139.       includes some multimedia extensions (picture and movie support) not found
  140.       in the unix versions. 
  141.  o ACEDB for The NEC EWS4800 is available via anonymous ftp at ftp.nec.co.jp
  142.    (192.135.93.2) in /pub/packages/acedb/ace2. Contact Tohru Sano Fundamental
  143.    Research Laboratories NEC Corporation Tsukuba, 305, JAPAN, e-mail:
  144.    sano@exp.cl.nec.co.jp, FAX: +81-298-56-6136, VOICE: +81-298-50-1507 
  145.  
  146. (Here at the Institute of Forest Genetics we run ACEDB on a Sun Microsystems
  147. SPARCstation II, and users can interact using Macintoshes and PC-clones by using
  148. X11 implementations for the personal computers and a LAN. --bks) 
  149.  
  150. X11 fonts note: ACEDB uses fonts listed in the xfonts.wrm file. If you install
  151. new fonts on your machine be sure to run bldfamily(1) so that they are
  152. available. 
  153.  
  154. Return to List of Questions
  155.  
  156.  
  157. Q3: Where can I get ACEDB?
  158. ==========================
  159.  
  160. A3: The standard ACEDB source and binaries are available in the following public
  161. access accounts (anonymous ftp sites) accessible via Internet: 
  162.  
  163.  o lirmm.lirmm.fr in pub/acedb 
  164.  o cele.mrc-lmb.cam.ac.uk in pub/acedb 
  165.  o ncbi.nlm.nih.gov in repository/acedb 
  166.  o bioinformatics.weizmann.ac.il in pub/databases/acedb. 
  167.  
  168. MacAce is available from: 
  169.  
  170.  o genome.lbl.gov in pub/macace 
  171.  o cele.mrc-lmb.cam.ac.uk in pub/acedb/macace 
  172.  
  173. Linux; ACEDB version 2.0 for Linux 2-10: 
  174.  
  175.  o trog.mbb.sfu.ca /pub/acedb as linux.2_10.tar.Z 
  176.  
  177. ACEDB for The NEC EWS4800: 
  178.  
  179.  o ftp.nec.co.jp in /pub/packages/acedb/ace2. 
  180.  
  181. Return to List of Questions
  182.  
  183.  
  184. Q4: What ACEDB databases exist?
  185. ===============================
  186.  
  187. A4: 
  188.  
  189. In alphabetic order by Database name
  190. ------------------------------------
  191.  
  192. [Curators, please submit changes as new paragraphs] 
  193.  
  194.  o Database : AaeDB 
  195.  o Species : Aedes aegypti 
  196.  o Last_update : December 1994 
  197.  o ACEDB_version : 3.0 
  198.  o WWW : http://klab.agsci.colostate.edu/index.html 
  199.  o PI : Dennis Knudson, dknudson@lamar.colostate.edu 
  200.  o Curator : Martin Ferguson, martinf@lamar.colostate.edu 
  201.  o Curator : Dave Severson, dave@aedes.vetsci.wisc.edu 
  202.  o Contact : aaedbmgr@klab.agsci.colostate.edu 
  203.  
  204.  o Database : AAnDB-1.0 
  205.  o Species : Aspergillus nidulans 
  206.  o PI : Leland Ellis 
  207.  o Last_update : February 1994 
  208.  o ACEDB_version : 3.0 
  209.  o Contact : leland@stralight.tamu.edu 
  210.  o URL: http://keck.tamu.edu/ibt.html 
  211.  o Comment : defunct, See AGsDB 
  212.  
  213.  o Database : AAtDB 
  214.  o Species : Arabidopsis thaliana 
  215.  o Current version : 3-4 
  216.  o Last_update : November 1994 
  217.  o Curator : John Morris 
  218.  o Contact : curator@frodo.mgh.harvard.edu 
  219.  o Availability : ftp weeds.mgh.harvard.edu/aatdb/aatdb.3x 
  220.  o Availability : Macintosh version in /aatdb/MacAAtDB directory 
  221.  o URL : gopher://weeds.mgh.harvard.edu/ 
  222.  o URL : http://weeds.mgh.harvard.edu:80/index.html 
  223.  o URL : http://probe.nalusda.gov:8300/ 
  224.  
  225.  o Database : ABtDB-1.0 
  226.  o Species : Bovine, Bos taurus 
  227.  o ACEDB_version : 3.0 extended 
  228.  o PI : Leland Ellis 
  229.  o Last_update : February 1994 
  230.  o Contact : leland@stralight.tamu.edu 
  231.  o URL : http://keck.tamu.edu/ibt.html 
  232.  o Comment : defunct, See AGsDB 
  233.  
  234.  o Database : AboutDB 
  235.  o Curator : Staffan Bergh 
  236.  o PI : Staffan Bergh 
  237.  o Subject : ACEDB itself (Is this meta-meta-metadata) 
  238.  o ACEDB 3.0 
  239.  o Contact : staffan@biochem.kth.se 
  240.  o URL : http://kiev.physchem.kth.se/AboutDB.html 
  241.  
  242.  o Database : ACeDB 
  243.  o Species : Caenorhabditis elegans 
  244.  o Current version: 2-10 
  245.  o Curator : Jean Thierry-Mieg 
  246.  o Curator : Richard Durbin 
  247.  o Contact : rd@mrc-lmb.cam.ac.uk 
  248.  o Contact : mieg@kaa.crbm.cnrs-mop.fr 
  249.  o Last_update : May 1994 
  250.  
  251.  o DataBase : AceMap 
  252.  o Species : Homo sapiens (Mus musculus under development) 
  253.  o Focus : Physical mapping of human chromsome X and 21 
  254.  o ACEDB_version : 3.0 
  255.  o Curator : Hugues Roest Crollius 
  256.  o PI : Hans Lehrach 
  257.  o Availability : beta release of the X chr. data/models by anonymous ftp to 
  258.    ftp.icnet.uk in icrf-public/GenomeAnalysis/X/acemap. Get the README file in
  259.    the directory above. 
  260.  o Contact : hrc@gea.lif.icnet.uk (Hugues Roest Crollius) ICRF, Lincoln's Inn
  261.    Fields London, UK. 
  262.  o Last_update : August 94 
  263.  
  264.  o Database : AGsDB A Genus species Database 
  265.  o Species : Aspergillus nidulans 
  266.  o Species : Neurospora crassa 
  267.  o Species : cow w/ human anchor loci 
  268.  o Species : cotton (demo) 
  269.  o Species : Homologs of Aspergillus cell cycle loci for budding and fission
  270.    yeast 
  271.  o PI : Leland Ellis 
  272.  o Curator : Leland Ellis 
  273.  o Last_update : March 1994 
  274.  o ACeDB_version : 3.0 (beta still), with extensions to the Human C21 Models to
  275.    provide for multiple species, and queries between species via Homologs (e.g.,
  276.    cell cycle loci with links via Homologs between Aspergillus and budding C.
  277.    cerevisiae) and fission (S. pombe) yeast); interacting loci via defined
  278.    Interactions for each locus 
  279.  o Models : as of 3.13.94 
  280.  o Data : as of 3.13.94 
  281.  o Revision : AAnDB for Aspergillus nidulans and ABtDB for Bos taurus (cow) have
  282.    been folded into AGsDB, and are not being developed futher as individual
  283.    species databases. 
  284.  o WWW : WWW-AGsDB is an interface of AGsDB with the World-Wide Web, and
  285.    utilizes the WWW-ACeDB Server (nph-acedb3) of Guy Ducoux
  286.    (ducoux@moulon.inra.fr). 
  287.  o URL : http://keck.tamu.edu/ibt.html 
  288.  o Contact : leland@straylight.tamu.edu 
  289.  
  290.  o Database : BeanGenes 
  291.  o Species : Phaseolus and Vigna species 
  292.  o PI : Phillip E. McCLean 
  293.  o Email : mcclean@beangenes.cws.ndsu.nodak.edu 
  294.  o WWW : http://probe.nalusda.gov:8300 
  295.  o Gopher: probe.nalusda.gov 
  296.  
  297.  o Database : ChlamyDB 
  298.  o Species : Chlamydomonas 
  299.  o PI : Elizabeth Harris 
  300.  o Contact : chlamy@acpub.duke.edu 
  301.  o Availability : ChlamyDB 1.0, using ACEDB 3.0, is now on WWW and gopher
  302.    (probe.nalusda.gov). Complete version using ACECB 3.0 now available by ftp
  303.    from probe.nalusda.gov in the pub/chlamydirectory. 
  304.  o URL : http://probe.nalusda.gov:8300 
  305.  o Last_update : 25 Oct, 1994 
  306.  
  307.  o Database : CottonDB 
  308.  o Species : Gossypium hirsutum (cotton) and related species 
  309.  o PI : Russell J. Kohel USDA-ARS Southern Crops Research Laboratory Route 5,
  310.    Box 805, College Station, Texas 77845 
  311.  o Curator : Gerard R. Lazo 
  312.  o Curator : Sridhar Madhavan 
  313.  o Last_update : January, 1995 (version 95.1) 
  314.  o ACEDB_version : 3.0 
  315.  o Contact : glazo@tam2000.tamu.edu (Gerard R. Lazo) 
  316.  o Contact : rjk0339@zeus.tamu.edu (Russell J. Kohel) 
  317.  o URL : http://probe.nalusda.gov:8000/index.html 
  318.  o Phone : 409-260-9311 
  319.  o Fax : 409-260-9333 
  320.  
  321.  o Database : CSNDB 
  322.  o Focus : Cell Signalling Molecules and Interactions 
  323.  o Contact : Takako Igarashi National Insitute of Health Sciences Division of
  324.    Chem-Bio Informatics Setagaya-ku, Tokyo, Japan 158 taka@nihs.go.jp 
  325.  
  326.  o Database : EcoDB 
  327.  o Species : E. coli 
  328.  o PI : Staffan Bergh 
  329.  o Contact : staffan@biochem.kth.se 
  330.  o Availability : Proposed 
  331.  o Last_update : Aug. 1994 
  332.  
  333.  o Database : 11DB 
  334.  o Species : Homo sapiens 
  335.  o Focus : Physical mapping of chromosome 11 
  336.  o Availability : under development 
  337.  o Curator : Benedict Arnold 
  338.  o PI : Peter Little 
  339.  o Contact : Benedict Arnold Dept. Biochemistry, Imperial College, London, SW7
  340.    2AZ b.arnold@ic.ac.uk 
  341.  
  342.  o Database : The Encyclopaedia of the Drosophila Genome. 
  343.  o Acronym : (none) 
  344.  o Species : Drosophilidae (primarily D. melanogaster) 
  345.  o Availability : MacFly/FlyDB-based distribution by ftp and CD-ROM due early
  346.    1995 
  347.  o Developer : Suzanna Lewis 
  348.  o Contact : suzi@fly2.berkeley.edu 
  349.  o Developer : Cyrus Harmon 
  350.  o Contact : sly@fly2.berkeley.edu 
  351.  o Developer : Edward Welbourne 
  352.  o Contact : eddy@gen.cam.ac.uk 
  353.  o Curation : Data is provided by the collaborating organisations: 
  354.  o Collaborator : The FlyBase Consortium, flybase@morgan.harvard.edu 
  355.  o Collaborator : The Berkeley Drosophila Genome Project 
  356.  o URL : gopher://fly.bio.indiana.edu:70+/11/Flybase 
  357.  
  358.  o Database : Flydb 
  359.  o Species : Drosophila melanogaster 
  360.  o Curator : Suzanna Lewis 
  361.  o Contact : suzi@fly2.berkeley.edu 
  362.  
  363.  o Database : GrainGenes 
  364.  o Species : Wheat, barley, oats, relatives 
  365.  o Availability : Anonymous ftp from probe.nalusda.gov:pub/grains 
  366.  o Availability : Gopher greengenes.cit.cornell.edu port 70 
  367.  o Availability : Gopher probe.nalusda.gov port 7002 
  368.  o Curator : David E. Matthews 
  369.  o PI : Olin D. Anderson 
  370.  o Contact : matthews@greengenes.cit.cornell.edu 
  371.  o Contact : oandersn@wheat.usda.gov 
  372.  o URL : gopher://greengenes.cit.cornell.edu/1/ 
  373.  o Data_version : 1.3 
  374.  o Released : 12 Jan 1994 
  375.  o Based_on : acedb.1-10 
  376.  o Availability : See following WWW URL 
  377.  o URL : http://probe.nalusda.gov:8300 
  378.  o Last_update : Feb. 1994 
  379.  
  380.  o Database : human.c17 
  381.  o Species : Homo sapiens 
  382.  o Availability : the database is under development 
  383.  o Contact : lsprilus@weizmann.weizmann.ac.il 
  384.  o Focus : mapping & sequencing of Human Chromosome 17 
  385.  o Based_on: acedb.3-0 
  386.  o Last_update : Jan. 1994 
  387.  
  388.  o Database : IGD - the Integrated Genomic Database 
  389.  o Species : Homo sapiens (later mouse and other mammalian species) 
  390.  o Availability : September 1994 by ftp, on-line server October 1994 
  391.  o Contact : Otto Ritter [ o.ritter@dkfz-heidelberg.de ] 
  392.  o Curator : tba 
  393.  o Description : IGD - the Integrated Genomic Database - aims to integrate
  394.    multiple public general molecular biology and human genome specific databases
  395.    into single logical database with unified interface to existing analysis
  396.    tools. 
  397.  
  398.  o Database : LIGM-DB 
  399.  o Curator : Veronique Giudicelli 
  400.  o Focus : genetic and physical mapping of loci of Immunoglobulins and Tcell
  401.    receptors 
  402.  o PI : Marie_paule Lefranc 
  403.  o Contact : Veronique Giudicelli LIGM IGMM UMR CNRS 9942 BP 5051 Rte de Mende
  404.    34000 Montpellier giudi@ligm.crbm.cnrs-mop.fr 
  405.  
  406.  o Database : Maize 
  407.  o Species : Zea mays L. ssp. mays 
  408.  o Focus : Maize genome 
  409.  o Acedb_version : 1.9 
  410.  o FTP : probe.nalusda.gov, pub directory; anonymous ftp 
  411.  o Comment : Maize is an acedb front end for the Maize Genome Database, MaizeDB,
  412.    a SYBASE database. 
  413.  o Comment : MaizeDB is updated daily and has WWW connectivity to external
  414.    databases: GenBank (loci, alleles and probes), SwissProt (gene products) and
  415.    the E. coli Stock Center (loci). 
  416.  o Data : Major data categories: 4522 mapped loci (located to chromosome or
  417.    better) including 684 mapped genes and 1423 mapped probed sites (gene
  418.    candidates); 982 probes; 1850 map scores; 1533 gel patterns
  419.    (Probe/Enzyme/Stock); 4231 stocks; 5105 Variations (alleles, DNA
  420.    polymorphisms, rearrangements, etc); 465 phenotypes; 223 traits; 547 gene
  421.    products; 5314 bibliographic references; 1979 persons with addresses. 
  422.  o Gopher : host = teosinte.agron.missouri.edu, port = 70 
  423.  o Telnet : telnet teosinte.agron.missouri.edu login as guest, use password
  424.    'corncob' 
  425.  o HTTP : http://teosinte.agron.missouri/top.html 
  426.  o HTTP : http://probe.nalusda.gov:8000/acedbs/index.html via PGD, the Plant
  427.    Genome Database 
  428.  o Comment : Genera is a software toolkit for creating and extracting data from
  429.    Sybase databases; used to create MaizeDB and Worldwide Web connectivity. 
  430.  o HTTP : Genera Info http://cgsc.biology.yale.edu/genera.html 
  431.  o Funding : MaizeDB USDA/ARS to E. Coe 
  432.  o Funding : Genera NSF BIR 92-01652 to S. Letovsky and M. Berlyn 
  433.  o Curator/PI : Ed Coe ed@teosinte.agron.missouri.edu 
  434.  o Curator : Pat Byrne byrne@teosinte.agron.missouri.edu 
  435.  o Curator : Georgia Davis gdavis@teosinte.agron.missouri.edu 
  436.  o Curator : Mary Polacco maryp@teosinte.agron.missouri.edu 
  437.  o Curator : Marty Sachs, Maize Stock Center, msachs@uiuc.edu 
  438.  o Curator : Christiane Fauron FAURON@GENE1.med.utah.edu 
  439.  o Curator : Carolyn Wetzel cmwetzel@iastate.edu 
  440.  o Curator : Steve Rodermel S1SRR@ISUVAX.IASTATE.EDU 
  441.  o Design : Stan Letovsky letovsky-stan@CS.YALE.EDU 
  442.  o Design : Mary Berlyn mary@fetalpig.biology.yale.edu 
  443.  o Systems Manager : Denis Hancock dhancock@teosinte.agron.missouri.edu 
  444.  o Contact : db_request@teosinte.agron.missouri.edu 
  445.  o Last_update : 25 April 1994 
  446.  
  447.  o Database : MycDB 
  448.  o Species : Mycobacteria 
  449.  o Comment : MycDB is a collation of data on the mycobacteria, causative agents
  450.    of tuberculosis and leprosy. It is centered on the mapping and sequencing
  451.    projects under way in M.leprae and M.tuberculosis. 
  452.  o PI : Staffan Bergh 
  453.  o PI : Stewart Cole 
  454.  o PI : Doug Smith 
  455.  o Curator : Staffan Bergh 
  456.  o Contact : staffan@biochem.kth.se 
  457.  o Last_update : Apr. 1994 
  458.  o WWW : http://kiev.physchem.kth.se/MycDB.html 
  459.  o ftp : ftp.pasteur.fr (157.99.64.12) in pub/MycDB 
  460.  o ftp : kiev.physchem.kth.se (130.237.52.64) in pub/MycDB 
  461.  o ftp : bioinformatics.weizmann.ac.il (132.76.55.12) in pub/databases/mycdb 
  462.  
  463.  o Database : PomBase 
  464.  o Curator : Sean Walsh 
  465.  o Curator : Marie-Adele Rajendream 
  466.  o PI : Bart Barrell 
  467.  o Species : Schizosaccharomyces pombe 
  468.  o Contact : svw@sanger.ac.uk 
  469.  o Contact : barrell@sanger.ac.uk 
  470.  o Comment : Not yet available for distribution 
  471.  
  472.  o DataBase : Mousedb 
  473.  o Species : Musculus Musculus 
  474.  o Species : Homo Sapiens 
  475.  o ACEDB_version : 3.0 with extensions to define and display cytogenetic data. 
  476.  o Description : Mouse genome data from the published literature, including
  477.    mouse genes with phenotypic effects, chromosome anomalies, imprinted regions
  478.    and man-mouse homologies with associated pathological disorders. The maps are
  479.    consensus ones. They use data, such as the HIS and anomaly data, to show
  480.    alignments between the genetic and cytogenetic maps. 
  481.  o Curator : Michelle Kirby 
  482.  o Curator : Rachael Selley 
  483.  o PI : Mary Lyon 
  484.  o PI : Jo Peters 
  485.  o Availability : Mousedb is available publicly from the UK HGMP Resource
  486.    Centre's computing service via the INTERNET. For user id. please contact
  487.    Administration, HGMP Resource Centre, Hinxton Hall, Cambridgeshire CB10 1RQ,
  488.    UK. Tel: (+44) 1223 494520 Fax: (+44) 1223 494510 For other information
  489.    contact Michelle Kirby. 
  490.  o Contact : kirbym@har-rbu.mrc.ac.uk (or mkirby@hgmp.mrc.ac.uk)
  491.    rselley@har-rbu.mrc.ac.uk MRC Radiobiology Unit, Chilton, Didcot, Oxon OX11
  492.    ORD 
  493.  o Last_update : October 1994 
  494.  
  495.  o Database : RiceGenes 
  496.  o Species : Rice (O. sativa) 
  497.  o Availability : Anonymous ftp from probe.nalusda.gov:pub/rice 
  498.  o Availability : Gopher nightshade.cit.cornell.edu port 70 
  499.  o Availability : Gopher probe.nalusda.gov port 7007 
  500.  o Curator : Edie Paul 
  501.  o PI : Susah McCouch 
  502.  o Contact : epaul@nightshade.cit.cornell.edu 
  503.  o Release : ACEDB 1-10 
  504.  o Last_update : May 1994 
  505.  
  506.  o Database : SacchDB 
  507.  o Species : Saccharomyces cerevisiae 
  508.  o Focus : Budding (common baker's) Yeast Genome 
  509.  o ACEDB_version : UNIX 2.0, MacAce 2.0b4 
  510.  o FTP : genome-ftp.stanford.edu in /pub/SacchDB 
  511.  o FTP : ncbi.nlm.nih.gov in /repository/SacchDB 
  512.  o Data : All Saccharomyces genes contained in the Registry of Gene Names.
  513.    Results of the completed chromosomal sequencing projects have been integrated
  514.    into the database. Physical Maps based on DNA sequencing projects,
  515.    hybridization to the Olson/Riles prime filter grids, and restriction mapping.
  516.    For the completely sequenced chromosomes the Olson prime clones have been
  517.    re-mapped (on the computer) to the DNA sequence. Saccharomyces DNA sequences
  518.    contained within GenBank are incorporated. Literature references, most
  519.    including abstracts, for the information contained within the database. Gene
  520.    protein product information obtained from the YPD database (Garrels and
  521.    Latter, CSHL) and the literature. Genetic Maps including the underlying two
  522.    point tetrad data. Including all tetrad data reported in previous additions
  523.    of the Mortimer Yeast Maps. 
  524.  o Gopher : host = genome-gopher.stanford.edu, port = 70 
  525.  o HTTP : http://genome-www.stanford.edu/ 
  526.  o Funding : National Center for Human Genome Research, NIH 
  527.  o PI : David Botstein, botstein@genome.stanford.edu 
  528.  o Project Manager/Curator : Mike Cherry, cherry@genome.stanford.edu 
  529.  o Curator : Selena Dwight, dwight@genome.stanford.edu 
  530.  o Curator : Cathy Ball, ball@genome.stanford.edu 
  531.  o Curator : Rita Schmidt, bleb@genome.stanford.edu 
  532.  o Programmer : Karen Davis, karen@genome.stanford.edu 
  533.  o Sys. Admin : Mark Schroeder, mark@genome.stanford.edu 
  534.  o Contact : yeast-curator@genome.stanford.edu 
  535.  o Data_Submission : yeast-curator@genome.stanford.edu 
  536.  o Last_update : 2 February 1995 
  537.  
  538.  o Database : SolGenes 
  539.  o Coverage: Solanaceae - tomato, potato, pepper 
  540.  o Availability : Anonymous ftp from probe.nalusda.gov:pub/solgenes 
  541.  o Availability : Gopher nightshade.cit.cornell.edu port 71 
  542.  o Availability : Gopher probe.nalusda.gov port 7006 
  543.  o Curator : Clare Nelson 
  544.  o PI : Steve Tanksley 
  545.  o Contact : cnelson@nightshade.cit.cornell.edu 
  546.  o Release : ACEDB 3.0 
  547.  o Last_update : May 1994 
  548.  
  549.  o Database : SorghumDB 
  550.  o Species : Sorghum bicolor (L.) Moench 
  551.  o PI : Keith F. Schertz USDA-ARS Dept. of Soil & Crop Sciences Texas A&M
  552.    University College Station, TX 77843-2474 Phone : (409) 260-9252 FAX : (409)
  553.    845-0456 E_mail : schertz@tamvm1.tamu.edu 
  554.  o Curator : Najeeb U. Siddiqui Southern Crop Improvement Facility Crop
  555.    Biotechnology Center Texas A&M University College Station, TX 77843-2123
  556.    Phone : (409) 862-1523 FAX : (409) 862-4790 E_mail : nus6389@tamsun.tamu.edu 
  557.  o Last_update : July 1994 
  558.  o ACEDB_version : 3.0 
  559.  o Availability : Under Development 
  560.  
  561.  o Database : SoyBase 
  562.  o Species : Soybeans 
  563.  o Curator : Lisa Lorenzen 
  564.  o PI : Randy Shoemaker 
  565.  o Contact : lorenzen@mendel.agron.iastate.edu 
  566.  o Phone : 515-294-0421 
  567.  o Fax : 515-294-2299 
  568.  o Last_update : Sept. 1993 
  569.  o Gopher : probe.nalusda.gov port 7005 
  570.  
  571.  o Database : Sybace 
  572.  o Species : Homo sapiens 
  573.  o Creator : Detlef Wolf 
  574.  o Comment : Custom software --ACEDB front-end to SYBASE data 
  575.  o Contact : D.Wolf@dfkz-heidelberg.de 
  576.  o See_also : IGD 
  577.  
  578.  o Database : TreeGenes 
  579.  o Species : Forest trees 
  580.  o ACEDB_version : 3.0 
  581.  o Curator : Bradley K. Sherman 
  582.  o PI : David B. Neale 
  583.  o Contact : Dendrome@s27w007.pswfs.gov 
  584.  o Contact : bks@s27w007.pswfs.gov 
  585.  o Contact : dbn@s27w007.pswfs.gov 
  586.  o Last_update : March 1994 
  587.  o Gopher: s27w007.pswfs.gov 
  588.  o WWW: http://s27w007.pswfs.gov/ 
  589.  o FTP: probe.nalusda.gov in /pub/trees 
  590.  
  591.  o Database : 21Bdb 
  592.  o Species : Homo sapiens 
  593.  o Focus : STS content mapping & sequencing of Human Chromosome 21 
  594.  o Availability : by request, via ftp, world-wide-web 
  595.  o Based_on : acedb.1-10 plus moulon server 
  596.  o URL: ftp://genome.lbl.gov/pub/21Bdb-v1.1.tar.Z 
  597.  o URL: http://genome.lbl.gov/Genome/acepage.html 
  598.  o Curator : Donn F. Davy 
  599.  o Contact : DFDavy@lbl.gov 
  600.  o Contact : aggarwal@genome.lbl.gov 
  601.  o Focus : STS content mapping & sequencing of Human Chromosome 21 
  602.  o PI : Michael Palazzolo 
  603.  o PI : Chris Martin 
  604.  o PI : Jan-Fang Cheng 
  605.  o Last_update : Apr. 1994 
  606.  
  607.  o Database : 22ace 
  608.  o Species : Homo sapiens 
  609.  o Curator : Ian Dunham 
  610.  o Focus : Physical mapping of chromosome 22 
  611.  o PI : Ian Dunham 
  612.  o Contact : Ian Dunham Sanger Centre Hinxton Hall, Cambs. UK. id1@sanger.ac.uk 
  613.  
  614.  o Database : VoxPop 
  615.  o Species : Populus spp. 
  616.  o Availability : contact curator 
  617.  o Curator : Carl G. Riches 
  618.  o PI : Reinhard F. Stettler 
  619.  o Contact : cgr@poplar1.cfr.washington.edu 
  620.  o Contact : STETTLER@coyote.cfr.washington.edu 
  621.  o Gopher : poplar1.crf.washington.edu 
  622.  o Last_update : Sept. 1993 
  623.  
  624.  o Database : Xace 
  625.  o Species : Homo sapiens 
  626.  o Curator : Gareth Maslen 
  627.  o Focus : Physical mapping of chromosome X 
  628.  o PI : David Bentley 
  629.  o Contact : Gareth Maslen Sanger Centre Hinxton Hall, Cambs. UK.
  630.    glm@sanger.ac.uk 
  631.  
  632.  o Database : ? 
  633.  o Species : Homo sapiens 
  634.  o Focus : Physical mapping of human chromosome 6. 
  635.  o Curator : Ioannis Ragoussis 
  636.  o Availability : Unknown 
  637.  o Contact : Guy's hospital 
  638.  
  639.  o Database : ? 
  640.  o PI : Scott Chasalow 
  641.  o Species : Potato 
  642.  o Contact : Scottish Crop Institute, Dundee 
  643.  o Last_update : Sept. 1993 
  644.  
  645.  o Database : ? 
  646.  o PI : George Murphy 
  647.  o PI : David Flanders 
  648.  o Species : Arabidopsis thaliana 
  649.  o Contact : John Innes Center, Norwich, England 
  650.  o Last_update : Sept. 1993 
  651.  
  652.  o Database : ? 
  653.  o Species : Homo Sapiens 
  654.  o Focus : Physical and linkage mapping of chromosome 8 
  655.  o Availability : 
  656.  o Curator : Stephen Wood 
  657.  o PI : Stephen Wood 
  658.  o Contact : Stephen Wood Dept. Medical Genetics University of B. C. Vancouver,
  659.    B. C. Canada swood@unixg.ubc.cq 
  660.  
  661. Return to List of Questions
  662.  
  663.  
  664. Q5: What written documentation exists for ACEDB?
  665. ================================================
  666.  
  667. A5: From Sam Cartinhour: The ACEDB Documentation Server is a repository for
  668. documentation concerned with "A C. elegans Data Base", the generic genome
  669. database software designed by Richard Durbin (MRC, UK) and Jean Thierry-Mieg
  670. (CNRS, France). The server is intended as a resource for developers, curators,
  671. and end-users of all (not just plant) databases derived from ace. Eventually we
  672. hope to offer all kinds of documentation, from reprints to (technical) gossip.
  673. The ACEDB documentation server is sponsored by the Plant Genome Database Project
  674. at the National Agricultural Library (USDA). The documentation server is listed
  675. on the home page for the Agricultural Genome World Wide Web Server at 
  676. http://probe.nalusda.gov:8000 . 
  677.  
  678. Primary documents from the developers are: 
  679.  
  680.  o acedb -- A C. elegans Database: I. Users' Guide. 
  681.  o acedb -- A C. elegans Database: II. Installation Guide. 
  682.  o acedb -- A C. elegans Database: III. Configuration Guide. 
  683.  o Syntactic Definitions for the ACEDB Data Base Manager --Jean Thierry-Mieg and
  684.    Richard Durbin (1991-) 
  685.  
  686. Get By anonymous ftp from ncbi.nlm.nih.gov in repository/acedb: 
  687. ftp://ncbi.nlm.nih.gov/respository/acedb/doc*tar.Z and 
  688. ftp://weeds.mgh.harvard.edu/acedb_doc The files are in tex (Jean Thierry-Mieg
  689. suggests latex xxx.tex; dvi2ps xxx.dvi > xxx.ps; lpr xxx.ps) and PostScript. 
  690.  
  691. Japanese language guides: _Japanese ACEDB Guide Ver.1.2._ _ACEDB ver.2 for NEC
  692. engineering workstation EWS4800 series_ are available in PostScript via
  693. anonymous ftp at ftp.nec.co.jp as /pub/packages/acedb/acemanjp.1_2.ps.Z . 
  694.  
  695. You will find interesting documents in the wdoc subdirectory of the ACEDB
  696. distribution. 
  697.  
  698. The Australian National Genomic Information Service has prepared good
  699. documentation of the C. elegans version as Angisturte.ps and angistute.hqx 
  700. available by anonymous ftp at ncbi.hih.gov in repository/acedb/ace2. 
  701.  
  702. Cherry, J.M., Cartinhour, S.W., and Goodman, H.M. (1992) AAtDB, An Arabidopsis
  703. thaliana Database. Plant Molecular Biology Reporter 10 (4): 308-309,409-410 
  704.  
  705. Tutorial manual for AAtDB: Cartinhour, S., Cherry, J.M., and Goodman, H.M.
  706. (1992) An Introduction to ACeDB: For AAtDB, An Arabidopsis thaliana Database.
  707. Massachusetts General Hospital. (Available on request in printed form from the
  708. AAtDB curator). 
  709.  
  710. A description of ACEDB: Cherry, J.M. and Cartinhour, S.W. (1994) ACEDB, A tool
  711. for biological information. in Automated DNA Sequencing and Analysis, edited by
  712. M. Adams, C. Fields, and C. Venter. Academic Press, pages 347-356. [text is
  713. available through ftp or gopher from weeds.mgh.harvard.edu] 
  714.  
  715. Another description of ACEDB for physical mapping projects: Dunham, I., Durbin,
  716. R., Mieg, J-T & Bentley, D.R. (1994) Physical mapping projects and ACEDB, in
  717. Guide to Human Genome Computing. Ed. Bishop, M.J. Academic Press, pages 111-158.
  718. [text is available through ftp or gopher from weeds.mgh.harvard.edu] 
  719.  
  720. Return to List of Questions
  721.  
  722.  
  723. Q6: Where can I find further information about ACEDB?
  724. =====================================================
  725.  
  726. A6: There is a Usenet/Biosci conference titled bionet.software.acedb. If you do
  727. not have access to the Biosci conferences via a newsreader (e.g. rn, trn, tin)
  728. you can participate in the conference by electronic mail. To subscribe to the
  729. e-mail version of the conference send email to biosci-server@net.bio.net (UK,
  730. European readers use biosci@uk.ac.daresbury or biosci.daresbury.ac.uk) with no
  731. subject line and only the message subscribe ACEDB-SOFT in the body. To
  732. unsubscribe send the message unsubscribe ACEDB-SOFT to the same address. This is
  733. an automated service. Your e-mail address will be taken from the header of the
  734. message that you send. If you then send mail to acedb@net.bio.net the mail will
  735. be distributed to all subscribers and to the electronic conference. All of the
  736. articles are archived on the gopher at net.bio.net . 
  737.  
  738. Mike Cherry has set up an ACEDB Developer's archive. For anonymous ftp use the
  739. hostname weeds.mgh.harvard.edu and look in the acedb_dev directory. If you wish
  740. to contribute you can put files in the incoming directory. Send a message to
  741. Mike (cherry@genome.stanford.edu) that you have put something in that directory
  742. then Mike will move it out for general access. For gopher you can connect to
  743. weeds.mgh.harvard.edu (132.183.190.21) and ... 
  744.  
  745. --> N. FTP Archives for Molecular Biology/ 
  746.  
  747. then 
  748.  
  749. --> M. ACEDB Developer's archive/ 
  750.  
  751. [N and M are integers which are subject to change.] 
  752.  
  753. The bionet.software. acedb.conference is archived and can be searched using
  754. WAIS. Here is a Gopher-style link to the WAIS archive. (This is also courtesy of
  755. Mike Cherry.): 
  756. Type=7 
  757. Name=ACEDB BioSci Electronic Conference 
  758. Path=7/.index/acedb-biosci 
  759. Host=genome-gopher.stanford.edu 
  760. Port=70 
  761.  
  762. The AAtDB, Soybase, GrainGenes, Mace, and TreeGenes [see Q4] databases regularly
  763. submit data to the Plant Genome Database at the National Agricultural Library
  764. (NAL). Nal makes this data available via the WWW using an http server with URL: 
  765. http://probe.nalusda.gov:8000/index.html You will also find a selection of
  766. models.wrm files (schemata) for the various databases here. You will want to get
  767. a "mosaic client" to examine this. 
  768.  
  769. AboutDB is a stab at an integrated info and project tracking database for the
  770. 'Greater ACEDB Community'. It was conceived and implemented by Staffan Bergh
  771. (staffan@biochem.kth.se), the 'coordinator', during the ace94 workshop in
  772. Montpellier, based on an earlier effort by John McCarthy. The aim is to collect
  773. information on all aspects of ACEDB use as a database manager. Currently it
  774. contains information on Databases implemented in ACEDB, Colleagues in the
  775. community, some Tools for >curators of ACEDB databases and some of the
  776. information on 'magic tags' collected during the ace94 workshop. AboutDB can be
  777. reached at URL: http://kiev.physchem.kth.se/AboutDB.html 
  778.  
  779. Other URL's that readers with mosaic clients might want to examine are:
  780.  
  781.  o http://moulon.inra.fr/acedb/acedb.html for C. elegans data 
  782.  o http://kiev.physchem.kth.se/MycDB.html for Mycobacterium data 
  783.  o http://moulon.inra.fr:8001/acedb/igd.html for an integrated genome database. 
  784.  
  785. For information on how these were created see 
  786. http://moulon.inra.fr/acedb_conf_eng.html and en francais 
  787. http://moulon.inra.fr/acedb_conf.html 
  788.  
  789. The Genome Computing Group, Lawrence Berkeley Laboratory has an anonymous ftp
  790. service at machine genome.lbl.gov (131.243.224.80) which contains: 
  791.  
  792.  o flydb - LBL's Drosophila Acedb-style database 
  793.  o 21bdb - LBL's Human Chromosome 21 Acedb-style database 
  794.  o querdb - LBL's query-language extensions to Acedb 
  795.  o metadata - LBL's compendium of Acedb database schema variants 
  796.  o macace-aatdb-demo.hqx - pre-release Acedb MacIntosh version 
  797.  o There is also a repository of contributed software for data conversions and
  798.    the like. 
  799.  
  800. [From Otto Ritter] IGD - the Integrated Genomic Database - is an international
  801. project of DKFZ, Heidelberg (Germany), CNRS, Montpellier (France), ICRF, London
  802. (UK), LBL, Berkeley (USA), and MRC, London/Cambridge, (UK). IGD is an extensible
  803. object-oriented distributed information management system with one global
  804. schema, physical data integration at the back-end, and local data management at
  805. the front-end. It supports local schema evolution and local data integration,
  806. and has a potential for truly virtual "on-the-fly" integration (federation) of
  807. its resource databases. Beside data integration, IGD provides graphical user
  808. interface, client/server communication, and seamless interface to a growing
  809. number of tools for structure, sequence, genetic, physical and comparative
  810. mapping analysis. ACEDB is the IGD main software component for data management.
  811. As a database, IGD integrates and references genome related data from public
  812. sources. As an analysis tool, IGD provides uniform interface to existing
  813. programs and program packages for tructure and sequence analysis, genetic and
  814. physical map construction and analysis, etc. In addition to the major human and
  815. mouse databases already planned SWISS-PROT/PIR, PDB, GDB, OMIM, CitDB, CEPH,
  816. CHLC, CEPH-Genethon, Genbase, UK DNA ProbeBank, RLDB2, CAD, MGD, MouseBackcross
  817. DB), crossreferences will be maintained to dataabases established around
  818. specific model organisms (C.elegans, D. melanogaster, S. cerevisiae, pombe
  819. etc.). Refs: 
  820.  
  821.  o 1/ Ritter,O.: The Integrated Genomic Database. in Computational Methods in
  822.    Genome Research, edited by S.Suhai, Plenum, 57-73 (1994). 
  823.  o 2/ Ritter,O., Kocab,P., Senger,M., Wolf,D., and Suhai,S.: Prototype
  824.    Implementation of the Integrated Genomic Database, Computers and Biomedical
  825.    Research, 27, 97-115 (1994) 
  826.  
  827. Computer staff for the UC Berkeley Drosophila physical mapping project the LBL
  828. Human Chromosome 21 project, and the LBL plant genome projects meet regularly to
  829. coordinate their ACEDB extension and development efforts, along with Frank
  830. Eeckman, who is working on the Macintosh version of ACEDB (for further
  831. information, contact jlmccarthy@lbl.gov). They also keep in close touch (via
  832. email, personal visits, etc.) with their counterparts in Cambridge (Richard
  833. Durbin et al), Montpellier Jean Thierry-Mieg et al), and the Interated Genome
  834. Database project in Heidelburg (Otto Ritter, Detlef Wolf et al). 
  835.  
  836. Return to List of Questions
  837.  
  838.  
  839. Q7: How should ACEDB be cited?
  840. ==============================
  841.  
  842. A7: From the distribution: 
  843. We realize that we have not yet published any "real" paper on ACEDB. We consider
  844. however that anonymous ftp servers are a form of publication. We would
  845. appreciate if users of ACEDB could quote: 
  846. Richard Durbin and Jean Thierry Mieg (1991-). A C. elegans Database.
  847. Documentation, code and data available from anonymous FTP servers at
  848. lirmm.lirmm.fr, cele.mrc-lmb.cam.ac.uk and ncbi.nlm.nih.gov. 
  849.  
  850. Papers involved in database development could quote more precisely: 
  851. I. Users' Guide. Included as part of the ACEDB distribution kit, 
  852. II. Installation Guide. Included as part of the ACEDB distribution 
  853. III. Configuration Guide. Included as part of the ACEDB distribution 
  854. and the preprintkit available via anonymous ftp. Jean Thierry-Mieg and Richard
  855. Durbin (1992). Syntactic Definitions for the ACEDB Data Base Manager. Included
  856. as part of the ACEDB distribution. 
  857.  
  858. --Jean and Richard. 
  859.  
  860. Return to List of Questions
  861.  
  862.  
  863. Q8: Is ACEDB object-oriented?
  864. =============================
  865.  
  866. A8: From the ACEDB User's Guide: 
  867.  
  868. A major current vogue in computer languages and database design is for
  869. ``object-oriented'' systems. It's also a source of lots of argument. We are just
  870. trying to build a good system, and don't want to get caught in the crossfire,
  871. but we do talk about organising our data into objects and classes. We have
  872. undoubtedly been influenced by many of the ideas going around, but it isn't
  873. likely our system would be regarded as kosher by the object- oriented community.
  874. In particular there is no class hierarchy, nor inheritance, and it is written in
  875. a modular but non-ideological way in straight C. However display and disk
  876. storage methods are class dependent. 
  877.  
  878. In some ways the class hierarchy is replaced by our system of models and trees,
  879. which seems to be rather unusual. We think it is very natural for the
  880. representation of biological information, where for some members of a class a
  881. lot might be known about some aspect, but for most only a little is known. 
  882.  
  883. The advantages of our sytem over a relational database, such as Oracle or
  884. Sybase, is our ability to refine our descriptions without rebuilding the
  885. database and the possibility of organising the storage of data on disk according
  886. to their class, i.e. we store in a very different way the tree-objects and the
  887. long stretches of DNA sequence. 
  888.  
  889. Return to List of Questions
  890.  
  891.  
  892. Q9: What's all this about Gopher, WAIS, FTP, WWW, URL, ...
  893. ==========================================================
  894.  
  895. A9: These terms all refer to Internet protocols. An excellent introduction to
  896. the Internet is: _The Whole Internet User's Guide & Catalog_, by Ed Krol,
  897. O'Reilly & Associates, 1992. Or ask your system administrator to provide you
  898. with a gopher client or mosaic client and begin navigating on your own. 
  899.  
  900. URL is a Universal Resource Locator on the World-Wide Web (WWW). There are many
  901. free Internet browsers available that allow you to use an Internet connection
  902. and a URL to access services. Mosaic may be the most popular and it is available
  903. for Mac, PC or Unix via anonymous ftp from ftp.ncsa.uiuc.edu. 
  904.  
  905. Return to List of Questions
  906.  
  907.  
  908. Q10: How can I get on/off the ACEDB announcements mailing list?
  909. ===============================================================
  910.  
  911. A10: To get on or off the mailing list send mail to rd@mrc-lmb.cam.ac.uk or
  912. mieg@kaa.crbm.cnrs-mop.fr. New releases of the software are announced to this
  913. list and very little else. The BIOSCI newsgroup bionet.software.acedb [See Q6
  914. for details] is on the mailing list. 
  915.  
  916. Return to List of Questions
  917.  
  918.  
  919. Q11: When and where is the Next ACEDB Workshop?
  920. ===============================================
  921.  
  922. The 1995 ACEDB Conference and Workshop will be held May 14-27, 1995, at the Isis
  923. Oasis, a small retreat center in Geyserville, about 80 miles north of
  924. SanFrancisco in Sonoma County, California. We will have exclusive use of the
  925. entire retreat center, including the theater (for workstations and primary
  926. sessions), dining room, lodge, and other residential facilities. 
  927.  
  928. For more information send email to ace95@genome.lbl.gov or vist URL 
  929. http://genome.lbl.gov/ace95.html on the WWW. 
  930.  
  931. If you would like to see some pictures of the ACEDB '94 Workshop in St. Matthieu
  932. de Treviers, there are online collections: 
  933.  
  934.  o by Mike Cherry at
  935.    http://genome-www.stanford.edu/~cherry/pics/acedb-94.pics.html ; 
  936.  o by John Morris at http://weeds.mgh.harvard.edu/ace94/ace94.image.html ; 
  937.  o and by Brad Sherman at ftp://s27w007.pswfs.gov/ACEDB/ace94pix.html 
  938.  
  939. Return to List of Questions
  940.  
  941.  
  942. Q411:Who prepared this document & where is the current version?
  943. ===============================================================
  944.  
  945. A411: (Note to international readers: 411 is the phone number for information in
  946. the USA.) 
  947.  
  948. This document will be posted monthly to the BIOSCI newsgroup
  949. bionet.software.acedb and to USENET conference news.answers. It is intended to
  950. be used as an index to ACEDB databases and to information about the database
  951. software. 
  952.  
  953. The latest text version of the ACEDB FAQ should be available via anonymous ftp
  954. at machine net.bio.net as file pub/BIOSCI/ACEDB/ACEDB.FAQ or at rtfm.mit.edu as 
  955. pub/usenet/news.answers/acedb-faq . If you only have electronic mail, the FAQ
  956. can be retrieved from mail-server@rtfm.mit.edu. 
  957.  
  958. There is an HyperText Markup Language (HTML) version of this document available
  959. on the World Wide Web: http://probe.nalusda.gov:8000/acedocs/acedbfaq.html and 
  960. http://s27w007.pswfs.gov/Homepage/acedbfaq.html 
  961.  
  962. Curators of ACEDB databases should take note of Question 4 and keep me apprised
  963. of changes. 
  964.  
  965. Errors of commission or omission are unintentional. If I have forgotten to give
  966. you credit please let me know. Please send comments and corrections to:
  967. acedbfaq@s27w007.pswfs.gov 
  968.  
  969. Major contributions in getting this FAQ off the ground were made by John
  970. McCarthy and Mike Cherry. Other contributors include: 
  971.  
  972.  o Lisa Lorenzen 
  973.  o David Matthews 
  974.  o Edie Paul 
  975.  o Donn Davy 
  976.  o Eric De Mund 
  977.  o Sam Cartinhour 
  978.  
  979. Please cite as: 
  980. Sherman,B.K., ACEDB Genome Database Software FAQ,
  981. ftp://rtfm.mit.edu/pub/usenet/news.answers/acedb-faq,
  982. http://probe.nalusda.gov:8000/acedocs/acedbfaq.html, 1993,1994,1995 approx. 50K
  983. bytes. 
  984.  
  985. To add or modify information in this document, please send mail to:
  986. acedbfaq@s27w007.pswfs.gov 
  987.  
  988. Bradley K. Sherman 
  989. Dendrome Project 
  990. Institute of Forest Genetics 
  991. P.O. Box 245, Berkeley, CA, 94701 
  992. Phone: 510-559-6437 Fax: 510-559-6440 
  993.  
  994. The Dendrome Project and TreeGenes are funded by the USDA ARS Plant Genome
  995. Research Program. 
  996.  
  997. Return to List of Questions
  998.  
  999. End of ACEDB FAQ --bks 
  1000.  
  1001.